home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / faq-s.zip / INITOVR.PAS < prev    next >
Pascal/Delphi Source File  |  1991-01-13  |  213b  |  17 lines

  1. {$R-,S-,I-,D-,F+,V-,B-,N-,L+ }
  2. {$M 65500,0,0 }
  3.  
  4. unit initovr;
  5.  
  6. interface
  7.  
  8. implementation
  9.  
  10. uses crt,gensubs,configrt,dos,overlay,subs2;
  11.  
  12. begin
  13.   ovrinit ('FAQ.OVR');
  14.   if ems then ovrinitems;
  15. end.
  16.  
  17.